Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No memory or reach tenant memory limit #50

Closed
iflmyz opened this issue Jun 2, 2021 · 3 comments
Closed

No memory or reach tenant memory limit #50

iflmyz opened this issue Jun 2, 2021 · 3 comments

Comments

@iflmyz
Copy link

iflmyz commented Jun 2, 2021

环境:采用docker安装,给的内存8G

操作:将sql(100M)中的文件导入oceanbase中

问题:ERROR 4013 (HY001) at line 920: No memory or reach tenant memory limit

@simonjoylet
Copy link
Member

simonjoylet commented Jun 2, 2021

may be the speed of insert is larger than the speed of dump.
try parameters like this:
alter system set _enable_parallel_minor_merge = true tenant your_tenant_name;
alter system set _mini_merge_concurrency = 10;
alter system set freeze_trigger_percentage = 30;

@nroskill
Copy link
Contributor

nroskill commented Jun 2, 2021

alter system set writing_throttling_trigger_percentage=80;
try this

@Amber1990Zhang
Copy link
Contributor

image

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants