Bump ram to 128K.

This commit is contained in:
Brad Nelson
2022-02-03 10:19:09 -08:00
parent f600c4f1c5
commit a76a1f9149

View File

@ -12,6 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#define HEAP_SIZE (100 * 1024)
#define HEAP_SIZE (128 * 1024)
#define STACK_CELLS 512
#define INTERRUPT_STACK_CELLS 64