f542
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Building my ports on a 500mhz sparc processor takes A LOT of time, and will usually unbearably slow down my webserver while the new builds takes place. Is there any way to tell the make command to give itself a low priority so that it doesn't interrupt the other operations on the server?
|
|
#3
|
||||
|
||||
|
Nice has no noticeable effect on FreeBSD. As far as I understand from past mailing list discussions about scheduling, the schedulers don't give it a lot of credit.
What you can do is impose limits in your login.conf. But maybe that should be done in a jail. I do not know the consequences of imposing such limits on the root user.
__________________
sysutils/bsdadminscripts: binary package maintenance, library integrity checking, ... sysutils/automounter: amd(8) based automounting without HAL contact: kamikaze@bsdforen.de Disclaimer: My posts represent my perception. Errors and incompleteness are to be expected, I deny any responsibility to know everything. Last edited by kamikaze; February 4th, 2009 at 10:19. |
|
#4
|
|||
|
|||
|
Running 'nice +20 make buildworld' did have a noticeable afect on my last update from 7.1 to 7.2.the server was slower, but much better than without it.
|
|
#5
|
||||
|
||||
|
I'm glad it helped
|
|
#8
|
|||
|
|||
|
It looks overall simplistic and use renice and procfs.
It should be easy but not trivial to port it. |
![]() |
| Tags |
| build, port, system |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2tb limit? | wjones | Installing & Upgrading | 10 | January 27th, 2009 20:49 |
| Any Plans to port FreeBSD to the CELL CPU | cpu | Other Architectures | 3 | January 7th, 2009 18:19 |
| 10000 character limit | Sylhouette | Feedback | 5 | December 4th, 2008 09:16 |
| What if a port does not use build systems supported by ports | Kitche | Porting New Software | 7 | November 23rd, 2008 20:43 |
| net-snmp port upgrade build error on fbsd 7.0 | ardya | Installation and Maintenance of FreeBSD Ports or Packages | 8 | November 17th, 2008 10:41 |