Determining proper system constraints
Is there a reliable means to estimate the system constraints necessary? I am currently build with some deb packs with these _constraints: <constraints> <hardware> <disk> <size unit="G">10</size> </disk> <memory> <size unit="G">8</size> </memory> </hardware> </constraints> For some debian/ubuntu variants it is fine, on others (not always reproducible) I get this: [17832s] /.build/build-recipe: line 204: echo: write error: No space left on device Could simply bump the constraints upwards (again), but it would be nice to eliminate the guesswork. Is there a proper means of estimating the requirements? Cheers, /mark
On Montag, 21. Juni 2021, 09:44:39 CEST Mark Olesen wrote:
Is there a reliable means to estimate the system constraints necessary? I am currently build with some deb packs with these _constraints:
<constraints> <hardware> <disk> <size unit="G">10</size> </disk> <memory> <size unit="G">8</size> </memory> </hardware> </constraints>
For some debian/ubuntu variants it is fine, on others (not always reproducible) I get this:
[17832s] /.build/build-recipe: line 204: echo: write error: No space left on device
Could simply bump the constraints upwards (again), but it would be nice to eliminate the guesswork. Is there a proper means of estimating the requirements?
Usually you have some successful build by luck and you can check the _statistics file from that result. It tells you what amount of resources has been used. -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer
Provided you had at least one successful build, you can get the information by going to the package, then "repositories", then the repository, then "Statistics". For example: https://build.opensuse.org/package/statistics/systemsmanagement:Uyuni:Master... On lunes, 21 de junio de 2021 9:44:39 (CEST) Mark Olesen wrote:
Is there a reliable means to estimate the system constraints necessary? I am currently build with some deb packs with these _constraints:
<constraints> <hardware> <disk> <size unit="G">10</size> </disk> <memory> <size unit="G">8</size> </memory> </hardware> </constraints>
For some debian/ubuntu variants it is fine, on others (not always reproducible) I get this:
[17832s] /.build/build-recipe: line 204: echo: write error: No space left on device
Could simply bump the constraints upwards (again), but it would be nice to eliminate the guesswork. Is there a proper means of estimating the requirements?
Cheers, /mark
-- Julio González Gil Release Engineer, SUSE Manager and Uyuni jgonzalez@suse.com
On 6/21/21 9:55 AM, Julio Gonzalez wrote:
Provided you had at least one successful build, you can get the information by going to the package, then "repositories", then the repository, then "Statistics".
For example: https://build.opensuse.org/package/statistics/systemsmanagement:Uyuni:Master...
Perfect - thanks for help. Even with your hint it took several attempts to locate the [Show resources] button on the repo output. Cheers, /mark
participants (3)
-
Adrian Schröter
-
Julio Gonzalez
-
Mark Olesen