- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 50 for madvise (0.06 seconds)
-
docs/tuning/tuned.conf
[main] summary=Maximum server performance for MinIO [vm] transparent_hugepage=madvise [sysfs] /sys/kernel/mm/transparent_hugepage/defrag=defer+madvise /sys/kernel/mm/transparent_hugepage/khugepaged/max_ptes_none=0 [cpu] force_latency=1 governor=performance energy_perf_bias=performance min_perf_pct=100 [sysctl] fs.xfs.xfssyncd_centisecs=72000 net.core.busy_read=50 net.core.busy_poll=50 kernel.numa_balancing=1
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jul 12 23:31:18 GMT 2024 - 1.9K bytes - Click Count (0) -
guava/src/com/google/common/io/ByteStreams.java
* between paging memory and killing other processes - so allocating a gigantic buffer and * then sequentially accessing it could result in other processes dying. This is solvable * via madvise(2), but that obviously doesn't exist in java. * <li>Ordinary copy. Kernel copies bytes into a kernel buffer, from a kernel buffer into a * userspace buffer (byte[] or ByteBuffer), then copies them from that buffer into the
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 31.1K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/licenses/BSD-2-Clause.txt
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri May 17 19:14:22 GMT 2024 - 1.2K bytes - Click Count (0) -
LICENSE
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Aug 09 14:54:31 GMT 2024 - 1.4K bytes - Click Count (0) -
LICENSES/vendor/github.com/antlr4-go/antlr/v4/LICENSE
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Mon Apr 22 17:54:32 GMT 2024 - 1.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/eventspy/EventSpy.java
* looks up all implementers of this interface and calls their {@link #init(Context)} method. Note: * Implementors are strongly advised to inherit from {@link AbstractEventSpy} instead of directly implementing this * interface. * @since 3.0.2 */ public interface EventSpy { /** * Context */ interface Context {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Feb 10 15:02:53 GMT 2025 - 2.6K bytes - Click Count (0) -
LICENSE
Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer,
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed May 07 12:40:53 GMT 2025 - 23.1K bytes - Click Count (0) -
build-logic-settings/configuration-cache-compatibility/src/main/kotlin/gradlebuild.configuration-cache-compatibility.settings.gradle.kts
"graph", "graphMain", "projectGraphReport", "ripples", "aggregateAdvice", ) -> true task.name.startsWithAnyOf( "advice", "analyzeClassUsage", "analyzeJar", "constantUsageDetector", "createVariantFiles", "findUnusedProcs", "generalsUsageDetector",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jan 15 16:07:38 GMT 2025 - 4.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/JAASAuthenticator.java
/** * JAAS kerberos authenticator * * Either configure JAAS for credential caching or reuse a single instance of this authenticator -otherwise you won't * get proper ticket caching. * * Be advised that short/NetBIOS name usage is not supported with this authenticator. Always specify full FQDNs/Realm. * This can be a problem if using DFS in it's default configuration as that still returns referrals in short form.
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 8.3K bytes - Click Count (1) -
guava/src/com/google/common/collect/ImmutableSortedMultiset.java
* * <p><b>Warning:</b> as with any sorted collection, you are strongly advised not to use a {@link * Comparator} or {@link Comparable} type whose comparison behavior is <i>inconsistent with * equals</i>. That is, {@code a.compareTo(b)} or {@code comparator.compare(a, b)} should equal zero * <i>if and only if</i> {@code a.equals(b)}. If this advice is not followed, the resulting * collection will not correctly obey its specification. *Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 29.5K bytes - Click Count (0)