]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: fix for out-of-memory errors in OBS
authorNathan Cutler <ncutler@suse.com>
Fri, 2 Oct 2015 10:15:08 +0000 (12:15 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Oct 2015 12:40:41 +0000 (14:40 +0200)
commit404ffab739c7646d8d4ff5d52f0728e0883ac91b
tree1b353abb6de17cd1238d2f3499d30bc8322b14ff
parentdb4727f943a5517dd69b27b364f197cc22e51e19
ceph.spec.in: fix for out-of-memory errors in OBS

Add "--param ggc-min-expand=20 --param ggc-min-heapsize=32768"
to RPM_OPT_FLAGS, ensuring gcc does not add debug symbols and is
more aggressive about garbage collection.

Thanks to Berthold Gunreben for debugging this issue.

http://tracker.ceph.com/issues/13352 Fixes: #13352

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in