[
https://issues.apache.org/jira/browse/GROOVY-7715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall S. Becker updated GROOVY-7715:
--------------------------------------
Description:
Dependency on ulimit to find the number of file descriptors does not function
correctly on the NonStop platform. Reports warnings from gradlew and
src/bin/startGroovy. NonStop probably should be handled similarly to cygwin and
darwin in this regard.
uname reports NONSTOP_KERNEL, which can be used as a discriminant.
I can supply a git patch for this from commit 310278d if requested.
was:
Dependency on ulimit to change the number of file descriptors does not function
correctly on the NonStop platform. Reports warnings from gradlew and
src/bin/startGroovy. NonStop probably should be handled similarly to cygwin and
darwin in this regard.
uname reports NONSTOP_KERNEL, which can be used as a discriminant.
I can supply a git patch for this from commit 310278d if requested.
> ulimit use is not supported on NonStop
> --------------------------------------
>
> Key: GROOVY-7715
> URL: https://issues.apache.org/jira/browse/GROOVY-7715
> Project: Groovy
> Issue Type: Bug
> Components: groovy-runtime
> Affects Versions: 2.4.5
> Environment: NONSTOP_KERNEL
> Reporter: Randall S. Becker
> Priority: Minor
> Labels: nonstop
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Dependency on ulimit to find the number of file descriptors does not function
> correctly on the NonStop platform. Reports warnings from gradlew and
> src/bin/startGroovy. NonStop probably should be handled similarly to cygwin
> and darwin in this regard.
> uname reports NONSTOP_KERNEL, which can be used as a discriminant.
> I can supply a git patch for this from commit 310278d if requested.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)