Skip to content

Instantly share code, notes, and snippets.

View dllz's full-sized avatar

Daniel dllz

View GitHub Profile
@dllz
dllz / Averages.txt
Created December 1, 2022 11:44
Benchmark of all the node crypto hashes
Avg for RSA-MD4 2381
Avg for RSA-MD5 2467.2
Avg for RSA-MDC2 15642.4
Avg for RSA-RIPEMD160 2819
Avg for RSA-SHA1 2389.6
Avg for RSA-SHA1-2 2090.8
Avg for RSA-SHA224 2396
Avg for RSA-SHA256 2363.4
Avg for RSA-SHA3-224 2540.8
Avg for RSA-SHA3-256 2604.2
@dllz
dllz / hs_err
Created November 8, 2019 07:59
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007efbfef6a0dd, pid=4523, tid=4606
#
# JRE version: OpenJDK Runtime Environment (11.0.4+11) (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3)
# Java VM: OpenJDK 64-Bit Server VM (11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed mode, tiered, g1 gc, linux-amd64)
# Problematic frame:
# C [libc.so.6+0x950dd]
[timeout occurred during error reporting in step "printing problematic frame"] after 30 s.
2019-11-07 13:42:16.436+0000 INFO [o.n.g.f.m.e.CommunityEditionModule] No locking implementation specified, defaulting to 'forseti'
2019-11-07 13:42:16.813+0000 INFO [o.n.g.f.GraphDatabaseFacadeFactory] Creating 'graph.db' database.
2019-11-07 13:42:16.872+0000 INFO [o.n.k.i.f.StatementLocksFactorySelector] No services implementing StatementLocksFactory found. Using SimpleStatementLocksFactory
2019-11-07 13:42:16.891+0000 INFO [o.n.k.a.DatabaseAvailabilityGuard] Requirement `Database available` makes database graph.db unavailable.
2019-11-07 13:42:16.893+0000 INFO [o.n.k.a.DatabaseAvailabilityGuard] Database graph.db is unavailable.
2019-11-07 13:42:16.914+0000 INFO [o.n.i.d.DiagnosticsManager] --- INITIALIZED diagnostics START ---
2019-11-07 13:42:16.915+0000 INFO [o.n.i.d.DiagnosticsManager] Neo4j Kernel properties:
2019-11-07 13:42:16.915+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.connector.http.enabled=true
2019-11-07 13:42:16.915+0000 INFO [o.n.i.d.DiagnosticsManager] dbms.security.auth_enabled=true
201
#*****************************************************************
# Neo4j configuration
#
# For more details and a complete list of settings, please see
# https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/
#*****************************************************************
# The name of the database to mount. Note that this is *not* to be confused with
# the causal_clustering.database setting, used to specify a logical database
# name when creating a multi-clustering deployment.