Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Memory management for graphics processors
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Xywa
Veteran
Veteran


Joined: 23 Jul 2005
Posts: 1631
Location: /mnt/Gentoo/Europe

PostPosted: Sat Jun 18, 2016 8:45 am    Post subject: Memory management for graphics processors Reply with quote

Hi,

I have a question. I have 8GB ram, but to be honest, in last years I have not seen my RAM usage never more than 4GB, even when I was compiling Full HD movies or playing 3D games.

Is it possible to manage this RAM, so eg. graphics processor (Nvida 1GB in my case), could have some extra memory just for graphic processes?

I know for some application I could set memory usage eg. Okular [Settings] >> [Performance] >> [Memory Ussage] has 4 seetings from low to greedy.
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3137

PostPosted: Sat Jun 18, 2016 9:17 am    Post subject: Reply with quote

Not directly, there are limits imposed by hardware design. Perhaps you could make some use of it with opencl (via calls to host memory or whatever they name it), though there would be a performance hit with any discrete GPU. Integrated GPU wouldn't see a big difference for it's using host's RAM all the time anyway.

However, the kernel itself does use that extra memory. It caches hard drives in RAM, so you don't have to wait for slow IO. It makes your box more responsive and pleasant to use. Good stuff.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum