Home
last modified time | relevance | path

Searched refs:softLimit (Results 1 – 25 of 113) sorted by relevance

12345

/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/react/stream/src/
H A DWritableResourceStream.php16 private $softLimit; variable in React\\Stream\\WritableResourceStream
48 $this->softLimit = ($writeBufferSoftLimit === null) ? 65536 : (int)$writeBufferSoftLimit;
71 return !isset($this->data[$this->softLimit - 1]);
143 $exceeded = isset($this->data[$this->softLimit - 1]);
147 if ($exceeded && !isset($this->data[$this->softLimit - 1])) {
/dports/audio/ampache/ampache-php74-5.0.0/vendor/react/stream/src/
H A DWritableResourceStream.php16 private $softLimit; variable in React\\Stream\\WritableResourceStream
48 $this->softLimit = ($writeBufferSoftLimit === null) ? 65536 : (int)$writeBufferSoftLimit;
71 return !isset($this->data[$this->softLimit - 1]);
143 $exceeded = isset($this->data[$this->softLimit - 1]);
147 if ($exceeded && !isset($this->data[$this->softLimit - 1])) {
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/diskquota/plugin/
H A DDiskQuota.cpp228 qint64 softLimit = parts[2].toLongLong() * 1024; in quotaProcessFinished() local
230 if (softLimit == 0) { // softLimit might be unused (0) in quotaProcessFinished()
231 softLimit = hardLimit; in quotaProcessFinished()
233 const qint64 freeSize = softLimit - used; in quotaProcessFinished()
234 const int percent = qMin(100, qMax(0, qRound(used * 100.0 / softLimit))); in quotaProcessFinished()
241 …nc("e.g.: 12 GiB of 20 GiB", "%1 of %2", fmt.formatByteSize(used), fmt.formatByteSize(softLimit))); in quotaProcessFinished()
/dports/graphics/krita/krita-4.4.8/libs/image/tiles3/tests/
H A Dkis_store_limits_test.cpp40 int softLimit = softLimitThreshold - softLimitThreshold / 8; in testLimits() local
48 QCOMPARE(limits.softLimit(), softLimit); in testLimits()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java140 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
141 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
146 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
149 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java140 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
141 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
146 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
149 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java139 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
140 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
145 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
148 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java140 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
141 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
146 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
149 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java133 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
134 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
139 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
141 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java133 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
134 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
139 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
141 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java153 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
154 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
159 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
162 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper_ulimit.c90 PResourceLimit softLimit; in getResourcePropertyPair() local
100 softLimit = getResourceProperty(properties, propSoft, multiplier); in getResourcePropertyPair()
103 if (softLimit && softLimit->isValid && hardLimit && hardLimit->isValid) { in getResourcePropertyPair()
108 result->rlim_cur = softLimit; in getResourcePropertyPair()
112 if (softLimit) { in getResourcePropertyPair()
113 free(softLimit); in getResourcePropertyPair()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java168 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
169 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
174 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
177 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java169 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception {
170 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit);
175 .addDockerOpts("--memory-reservation=" + softLimit);
178 .addClassOptions("softlimit", softLimit);
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkMessageBox.cpp232 int softLimit = qMin(screenSize.width()/2, 420); in updateSize() local
236 int softLimit = qMin(screenSize.width()/2, 500); in updateSize() local
238 int softLimit = qMin(screenSize.width() * 3 / 4, 500); in updateSize() local
245 if (width > softLimit) { in updateSize()
247 width = qMax(softLimit, minimumWidth()); in updateSize()
/dports/www/orangehrm/orangehrm-4.9/installer/utils/
H A DInstallUtilTest.php148 $softLimit = $actualMemInt + 1;
150 $this->assertEquals(checkPHPMemory($hardLimit, $softLimit), INSTALLUTIL_MEMORY_SOFT_LIMIT_FAIL,
154 …$this->assertEquals(checkPHPMemory($hardLimit, $softLimit, $memory), INSTALLUTIL_MEMORY_SOFT_LIMIT…
H A DinstallUtil.php101 * @param int $softLimit The soft limit.
107 function checkPHPMemory($hardLimit, $softLimit, &$maxMemory = null) { argument
124 } else if ($maxMemoryMB < $softLimit) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/internal/platform/docker/
H A DTestDockerMemoryMetrics.java192 private static void testMemorySoftLimit(String mem, String softLimit) throws Exception { in testMemorySoftLimit() argument
193 … Common.logNewTestCase("testMemorySoftLimit, memory = " + mem + ", soft limit = " + softLimit); in testMemorySoftLimit()
198 .addDockerOpts("--memory-reservation=" + softLimit); in testMemorySoftLimit()
201 .addClassOptions("softlimit", softLimit); in testMemorySoftLimit()
/dports/www/orangehrm/orangehrm-4.9/upgrader/apps/upgrader/lib/utility/
H A DSystemCheckUtility.php105 * @param int $softLimit The soft limit.
111 function checkPHPMemory($hardLimit, $softLimit, &$maxMemory = null) { argument
127 } else if ($maxMemoryInt < $softLimit) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/
H A Dnet_fake.go166 func newBufferedPipe(softLimit int) *bufferedPipe {
167 p := &bufferedPipe{softLimit: softLimit}
174 softLimit int member
226 if len(p.buf) <= p.softLimit {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/net/
H A Dnet_fake.go166 func newBufferedPipe(softLimit int) *bufferedPipe {
167 p := &bufferedPipe{softLimit: softLimit}
174 softLimit int member
226 if len(p.buf) <= p.softLimit {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/
H A Dnet_fake.go167 func newBufferedPipe(softLimit int) *bufferedPipe {
168 p := &bufferedPipe{softLimit: softLimit}
175 softLimit int member
227 if len(p.buf) <= p.softLimit {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/
H A Dnet_fake.go166 func newBufferedPipe(softLimit int) *bufferedPipe {
167 p := &bufferedPipe{softLimit: softLimit}
174 softLimit int member
226 if len(p.buf) <= p.softLimit {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/
H A Dnet_fake.go166 func newBufferedPipe(softLimit int) *bufferedPipe {
167 p := &bufferedPipe{softLimit: softLimit}
174 softLimit int member
226 if len(p.buf) <= p.softLimit {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/
H A Dnet_fake.go166 func newBufferedPipe(softLimit int) *bufferedPipe {
167 p := &bufferedPipe{softLimit: softLimit}
174 softLimit int member
226 if len(p.buf) <= p.softLimit {

12345