Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Speicherbedarf vtk?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
deranonyme
Guru
Guru


Joined: 09 Jul 2005
Posts: 508

PostPosted: Sat Jan 21, 2023 10:19 am    Post subject: Speicherbedarf vtk? Reply with quote

Ich habe gerade Probleme vtk zu updaten. Ich dachte mit 32 Gb wäre ich gut aufgestellt.

Code:
>>> Running pre-merge checks for sci-libs/vtk-9.2.2-r1
 * Checking for at least 71680 MiB RAM ...                                                                                                                                                 [ !! ]
 * There is NOT at least 71680 MiB RAM
 * Checking for at least 12288 MiB disk space at "/var/tmp/notmpfs/portage/sci-libs/vtk-9.2.2-r1/temp" ... 
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sat Jan 21, 2023 10:50 am    Post subject: Reply with quote

Ich kenne vtk nicht.

Im meinem ebuild stehen folgende Zeilen:
Code:
local mem=$(( $(usex cuda 7168 0) ))
mem=$(( ${mem} * ${jobs} ))

Wenn Du MAKEOPTS="-j10" definiert hast, würde es erklären, warum er 71680 MB RAM haben will.

Wenn Du nicht MAKEOPTS="-j10" hast, könnte es auch ein Bug im ebuild sein - und das Leerzeichen zwischen "7168 0" verschwindet, so dass daraus "71680" wird.

Reduziere die Anzahl der Jobs für dieses Paket auf MAKEOPTS="-j3". Geht es dann?


Last edited by mike155 on Sat Jan 21, 2023 11:51 am; edited 1 time in total
Back to top
View user's profile Send private message
deranonyme
Guru
Guru


Joined: 09 Jul 2005
Posts: 508

PostPosted: Sat Jan 21, 2023 11:48 am    Post subject: Reply with quote

Die Jobs waren es. Danke. Aber das sollte doch auch das ebuild können, die Jobs entsprechen dem vorhandenen RAM begrenzen.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Sun Jan 22, 2023 12:59 pm    Post subject: Reply with quote

Nein.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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