Hi, > As an experiment you could try running one or more of > your Perl scripts with > ppgsz -o heap=8K /path/to/script > ormance problem disappears. If this performs > better, then your problem is very likely what I've > described. If the > performance problems persist in this case, then the > problem may be > something else.
This fixes it! No more high smtx values (even when launching hundreds of perl scripts) with this page size, and the box stays responsive. So i assume the box is running low on main memory even though vmstat scan rate is low? Is there any other fix than migrating some memory hungry processes? Could i run more processes with this default heap page size? Is this recommended or a bad idea (i guess they will brk what they need anyways). Something to put into /etc/system? Thanx for your help! Dirk This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org