Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
%%-*- mode: erlang -*-
{minimum_otp_vsn, "22.0"}.

{eunit_opts, [verbose]}.
{so_name, "eleveldb.so"}.

Expand Down
Binary file modified rebar3
Binary file not shown.
3 changes: 2 additions & 1 deletion src/eleveldb.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{registered, []},
{applications, [
kernel,
stdlib
stdlib,
os_mon
]},
{env, [
%% what percent of total memory should go to
Expand Down