Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / July 2006

Tip: Looking for answers? Try searching our database.

What is permspace?

Thread view: 
Chris - 12 Jul 2006 03:44 GMT
What is permspace? I keep seeing references to it in Java blogs and web
pages. Apparently it's some kind of memory. It's somehow different from
the stack and the heap?
Stefan Ram - 12 Jul 2006 04:08 GMT
>What is permspace? I keep seeing references to it in Java blogs
>and web pages. Apparently it's some kind of memory. It's
>somehow different from the stack and the heap?

 Java hackers never die, they just move to permspace.

 (In Smalltalk, PermSpace is used to hold all quasi permanent
 objects. That is, objects housed in PermSpace are exempt from
 being reclaimed by any of the reclamation. The Eclipse VM's
 permSpace is the area of the VM that is used to store data
 structures and class information (not instances, but the class
 definitions themselves. [information scratched from two web
 pages])
Luc The Perverse - 12 Jul 2006 04:39 GMT
>  Java hackers never die, they just move to permspace.

I prefer to always have an instance of object Luc.

Signature

LTP

for( Base i : allYourBase)
       i.AreBelongToUs();

IchBin - 12 Jul 2006 04:22 GMT
> What is permspace? I keep seeing references to it in Java blogs and web
> pages. Apparently it's some kind of memory. It's somehow different from
> the stack and the heap?

PermSpace is the area of the VM that is used to store data structures
and class information (not instances, but the class definitions
themselves). For Eclipse you can increase it by using -XX:MaxPermSize=

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA              http://weconsultants.phpnet.us
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor,  Regular Guy (1952-)
Steve W. Jackson - 12 Jul 2006 16:20 GMT
> > What is permspace? I keep seeing references to it in Java blogs and web
> > pages. Apparently it's some kind of memory. It's somehow different from
[quoted text clipped - 6 lines]
> Thanks in Advance...
> IchBin, Pocono Lake, Pa, USA              http://weconsultants.phpnet.us

Java tuning is a complex topic.  For 5.0, there's detailed info at
<http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html>.

= Steve =
Signature

Steve W. Jackson
Montgomery, Alabama



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.