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 trial

Java Java Basics Using your New Tools Coding the Prototype

Picked up JAVA_TOOL_OPTIONS: -Xmx128m

When i compile my code this shows on my screen

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi 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:

Hope this helps! :sparkles:

It 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