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 trialGaurang Kotasthane
1,394 PointsPicked up JAVA_TOOLS_OPTIONS: -Xmx128m Picked up_JAVA_OPTIONS: _Xmx128m ERROR
why do I keep facing this error in workspaces Picked up JAVA_TOOLS_OPTIONS: -Xmx128m Picked up_JAVA_OPTIONS: _Xmx128m
when will it be fixed?
1 Answer
Jennifer Nordell
Treehouse TeacherHi there, Guarang! This is actually not an error message, but rather an informational message. And given that it's not an error, it won't be "fixed". You can find information on exactly why this option was introduced into the Java workspaces on this thread where this same question was answered by a Treehouse staff member.
Essentially, it's an informational message about keeping the JVM from eating up too many resources and killing user processes as I understand it.
Hope this helps!
Gaurang Kotasthane
1,394 PointsGaurang Kotasthane
1,394 PointsThanks!