Skip to content

Commit

Permalink
Temporary reduction of wasm memory to 2MB
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Feb 27, 2018
1 parent b69677a commit 6462187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace IR {
namespace eosio { namespace chain {

namespace wasm_constraints {
constexpr unsigned maximum_linear_memory = 33*1024*1024;//bytes
constexpr unsigned maximum_linear_memory = 2*1024*1024;//bytes
constexpr unsigned maximum_mutable_globals = 1024; //bytes
constexpr unsigned maximum_table_elements = 1024; //elements
constexpr unsigned maximum_linear_memory_init = 64*1024; //bytes
Expand Down

0 comments on commit 6462187

Please sign in to comment.