Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

arshdeep singh
114 PointsPicked up JAVA_TOOL_OPTIONS: -Xmx128m
When i compile my code this shows on my screen
2 Answers

Jennifer Nordell
Treehouse TeacherHi there, arshdeep singh ! I received your request for assistance. Not to worry. There's nothing wrong here. I know it doesn't show that in the video, but this is just an informational message about the memory options Treehouse set on workspaces for the JVM. There is some video where it is talked about in the Teacher's Notes, but I can't find it right now.
Here are a couple of posts by Treehouse staff where they elaborate on this:
https://teamtreehouse.com/community/picked-up-java-tooloptions
https://teamtreehouse.com/community/picked-up-javatooloptions-xmx128m
Hope this helps!

dean clarke
2,452 PointsIt specifies the maximum size of the memory allocation pool, with would be 128 megabytes.
More details can be found in the Java docs.
Reference: https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/java.html