Re: [gentoo-user] How to manage load on the GPU?

2020-05-20 Thread Mark Knecht
On Sun, May 17, 2020 at 9:42 PM wrote: > > Hi, > > sorry for the somehow vague subject line...no native speaker... > > With Blender I do a lot of experimenting and tinkering which > involves rendering most of the time. > > With rendering comes ... waiting for the result. > > Often (I am trying

Re: [gentoo-user] How to manage load on the GPU?

2020-05-20 Thread J. Roeleveld
On Wednesday, May 20, 2020 9:56:07 AM CEST tu...@posteo.de wrote: > On 05/20 09:44, J. Roeleveld wrote: > > On Monday, May 18, 2020 8:22:52 PM CEST tu...@posteo.de wrote: > > > On 05/18 09:58, Matt Connell (Gmail) wrote: > > > > On 2020-05-18 09:40, tastytea wrote: > > > > > Another solution is to

Re: [gentoo-user] How to manage load on the GPU?

2020-05-20 Thread tuxic
On 05/20 09:44, J. Roeleveld wrote: > On Monday, May 18, 2020 8:22:52 PM CEST tu...@posteo.de wrote: > > On 05/18 09:58, Matt Connell (Gmail) wrote: > > > On 2020-05-18 09:40, tastytea wrote: > > > > Another solution is to modify the priority yourself, with `renice > > > > --priority 15 $(pidof

Re: [gentoo-user] How to manage load on the GPU?

2020-05-20 Thread J. Roeleveld
On Monday, May 18, 2020 8:22:52 PM CEST tu...@posteo.de wrote: > On 05/18 09:58, Matt Connell (Gmail) wrote: > > On 2020-05-18 09:40, tastytea wrote: > > > Another solution is to modify the priority yourself, with `renice > > > --priority 15 $(pidof blender)` for example. The priority can be from

Re: [gentoo-user] How to manage load on the GPU?

2020-05-18 Thread tuxic
On 05/18 09:58, Matt Connell (Gmail) wrote: > On 2020-05-18 09:40, tastytea wrote: > > Another solution is to modify the priority yourself, with `renice > > --priority 15 $(pidof blender)` for example. The priority can be from > > -20 (very high priority) to 19 (very low priority). > > According

Re: [gentoo-user] How to manage load on the GPU?

2020-05-18 Thread Matt Connell (Gmail)
On 2020-05-18 09:40, tastytea wrote: Another solution is to modify the priority yourself, with `renice --priority 15 $(pidof blender)` for example. The priority can be from -20 (very high priority) to 19 (very low priority). According to the man page for renice, there is a --gpu flag that can

Re: [gentoo-user] How to manage load on the GPU?

2020-05-18 Thread tastytea
[Please excuse the previous mail, I accidentally hit send too soon] On 2020-05-18 06:41+0200 tu...@posteo.de wrote: > Hi, > > sorry for the somehow vague subject line...no native speaker... > > With Blender I do a lot of experimenting and tinkering which > involves rendering most of the time.

Re: [gentoo-user] How to manage load on the GPU?

2020-05-18 Thread tastytea
On 2020-05-18 06:41+0200 tu...@posteo.de wrote: > Hi, > > sorry for the somehow vague subject line...no native speaker... > > With Blender I do a lot of experimenting and tinkering which > involves rendering most of the time. > > With rendering comes ... waiting for the result. > > Often (I