Oliver Baltz wrote:
> my UML hangs while intensive processes that use the
HDD. For example:
> rgrep, upgrade,...

I found the following info in the UML Wiki
troubleshooting section, hope it can help...

Ginie

Q: My uml guest hangs when doing large disk I/O such
as untarring files or installing packages.

One way that UML can be slow is if you have
CONFIG_BLK_DEV_UBD_SYNC set in your uml kernel. This
will cause syncs to block the uml instance until they
complete, resulting in long pauses. Disabling it in
your kernel config will speed up your uml instance
significantly. If you change, in the UML command line,
things like "ubd0=file1 ubd1=file2" to "ubd0s=file1
ubd1s=file2", you will get again the same safety,
without the big slowdown caused by
CONFIG_BLK_DEV_UBD_SYNC.

More info on this can be found in these two threads
(especially the second):

http://marc.theaimsgroup.com/?l=user-mode-linux-user&m=107022862505588&w=2

http://marc.theaimsgroup.com/?l=user-mode-linux-user&w=2&r=1&s=bonnie+almost&q=b


        
                
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to