Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialarshdeep 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