On 08/30/2015 05:13 AM, Patrick Dupre wrote:
This task used to run very often on my machine and makes every slow. How can I manage it? rpm -q -a --queryformat %{NAME}\n%{VERSION}-%{RELEASE}\n%{EPOCH}\n%{GROUP}\n%{SUMMARY}\n\n
If you're asking how to avoid slowing down everything else, use "nice". nice rpm -q -a ... The nice process will run with a lower priority than other processes. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org