[EMAIL PROTECTED] wrote:
how to reduce the number of page faults to upgrade program
or OS performance?

Install more memory.

  1. Reduce the number of processes on the machine, in particular the
     high-memory usage ones.
  2. Adapt your programming to suit the situation by using less
     memory-requisite data types and structures.
  3. Find the memory leak in someone's program and fix it.

-Garrett
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to