summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-09-02 10:34:18 -0500
committerJustin M. Forbes <jforbes@redhat.com>2016-09-02 10:34:18 -0500
commite1aabdb952d2d8bf2a0fe24c73016312ac52ba0d (patch)
tree8d26e28cccdecc17ab2a12a1080fecfe6a781442
parentee8e04e7bd5efb28db69a51d94c52972b494834d (diff)
downloadkernel-e1aabdb952d2d8bf2a0fe24c73016312ac52ba0d.tar.gz
kernel-e1aabdb952d2d8bf2a0fe24c73016312ac52ba0d.tar.xz
kernel-e1aabdb952d2d8bf2a0fe24c73016312ac52ba0d.zip
Add ulimit for debugging, to be removed
-rw-r--r--kernel.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index a6f06e21f..44461f820 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -970,6 +970,7 @@ input and output, etc.
%prep
# do a few sanity-checks for --with *only builds
+ulimit -a
%if %{with_baseonly}
%if !%{with_up}%{with_pae}
echo "Cannot build --with baseonly, up build is disabled"