QuicksearchDisclaimerThe individual owning this blog works for Oracle in Germany. The opinions expressed here are his own, are not necessarily reviewed in advance by anyone but the individual author, and neither Oracle nor any other party necessarily agrees with them.
|
About Java, parallel garbage collection and processor setsWednesday, June 9. 2010Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Good point if you run several Java processes.
But I feel that processor sets are too restrictive. Is it possible to allocate a more flexible set of processors, e.g. 1-3 procs instead of fixed 1? I guess I need some other resource control like projects then. Will the java process detect these resource restriction from the current project?
It seems very strange formulas:
For instance, if we have 16 CPU's, then ParallelGCThreads=3 and ParallelCMSThreads=1 It must be an error in sign (instead - we should read +), so we'll have ParallelGCThreads=11 and ParallelCMSThreads=3
You are obviously right ... will correct that as soon i'm in reach of Internet for my notebook ...
Interesting. Can you point me some directions to docs on how to manage processor sets?
How exactly is nCPU determined? Especially with the CMT servers.. what will be used on e.g. a 5440? 2 (physical sockets) or 16 (physical cores) or 128 (virtual threads)?
When there is no processor set it will use the output of sysconf(_SC_NPROCESSORS_ONLN) systemcall. For a 5440 the answer should be 128.
|
+1The LKSF bookThe book with the consolidated Less known Solaris Tutorials is available for download here
Web 2.0Contact
Networking xing.com My photos Comments about Nanosecond
Wed, 23.05.2012 00:11
I remember this being drummed
into us during Digital Design
at Uni. It's important to cons
ider it when laying out [...]
Mon, 21.05.2012 18:04
Hello Kevin, Im not surprised
with what you are seeing or ha
ve seen when attaching a SSD t
o a USB2.0. USB3.0 helps [...]
Mon, 21.05.2012 04:44
Hi Greg,
With regards to IO
PS I have seen terrible result
s using a 60GB SATA2 SSD with
USB2.0 - USB2 really cho [...]
about ZFS Dedup Internals
Sat, 19.05.2012 09:50
There is no impact to boot/imp
ort times, as the DDT is loade
d as needed ... so the pool is
imported as fast as wit [...]
Buttons![]() This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Germany License
![]() ![]() ![]() Blog Administration |