Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1747888 Details for
Bug 1914292
Review Request: tkrzw - Fast key-value storage
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Candidate patch to skip tests that mlock more memory than is allowed by default
tkrzw-0.9.3-skip-excessive-mlock-pages-tests.patch (text/plain), 1.67 KB, created by
Ben Beasley
on 2021-01-15 16:19:31 UTC
(
hide
)
Description:
Candidate patch to skip tests that mlock more memory than is allowed by default
Filename:
MIME Type:
Creator:
Ben Beasley
Created:
2021-01-15 16:19:31 UTC
Size:
1.67 KB
patch
obsolete
>diff -Naur tkrzw-0.9.3-original/Makefile.in tkrzw-0.9.3/Makefile.in >--- tkrzw-0.9.3-original/Makefile.in 2020-08-02 02:18:06.000000000 -0400 >+++ tkrzw-0.9.3/Makefile.in 2021-01-15 10:54:56.381080276 -0500 >@@ -195,10 +195,6 @@ > check-hashdbm-perf : > rm -Rf casket* > $(RUNENV) $(RUNCMD) ./tkrzw_dbm_perf sequence --dbm hash --file mmap-para --path casket.tkh \ >- --iter 20000 --threads 5 --size 8 --buckets 100000 --lock_mem_buckets >- $(RUNENV) $(RUNCMD) ./tkrzw_dbm_perf sequence --dbm hash --file mmap-para --path casket.tkh \ >- --iter 20000 --threads 5 --size 8 --buckets 100000 --lock_mem_buckets --append >- $(RUNENV) $(RUNCMD) ./tkrzw_dbm_perf sequence --dbm hash --file mmap-para --path casket.tkh \ > --iter 20000 --threads 5 --size 8 --buckets 100000 --random_key --random_value > $(RUNENV) $(RUNCMD) ./tkrzw_dbm_perf sequence --dbm hash --file mmap-para --path casket.tkh \ > --iter 20000 --threads 5 --size 8 --buckets 100000 --random_key --random_value --append >@@ -214,12 +210,6 @@ > $(RUNENV) $(RUNCMD) ./tkrzw_dbm_perf parallel --dbm hash --file mmap-para --path casket.tkh \ > --iter 10000 --threads 5 --size 8 --buckets 1000 --lock_mem_buckets \ > --random_key --random_value --keys 5000 --rebuild --append --sleep 0.0001 >- $(RUNENV) $(RUNCMD) ./tkrzw_dbm_perf wicked --dbm hash --file mmap-para --path casket.tkh \ >- --iter 20000 --threads 5 --size 8 --buckets 100000 --lock_mem_buckets \ >- --iterator --clear --rebuild >- $(RUNENV) $(RUNCMD) ./tkrzw_dbm_perf wicked --dbm hash --file mmap-para --path casket.tkh \ >- --iter 20000 --threads 5 --size 8 --buckets 100000 --lock_mem_buckets \ >- --append --iterator --clear --rebuild > > check-hashdbm-util : > rm -Rf casket*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1914292
:
1747887
| 1747888