Skip to content
Snippets Groups Projects
Commit 20c19d31 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

devel/RStudio: Make build print ulimit -n

parent b4890028
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ post-patch:
pre-build:
@${CP} ${FILESDIR}/global-setenv.h ${WRKSRC}/src/cpp/desktop/
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/cpp/desktop/global-setenv.h
@${ECHO} "Current kern.openfiles setting is $$(${SYSCTL} -nh kern.openfiles)." # since build is likely to fail when it is lower than 4096
@${ECHO} "Current max open files (ulimit -n) setting is $$(ulimit -n)." # since build is likely to fail when it is lower than 4096
post-install:
@(echo "#!/bin/sh"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment