diff --git a/buildAndStart.sh b/buildAndStart.sh
index 26f111a..7678787 100644
--- a/buildAndStart.sh
+++ b/buildAndStart.sh
@@ -11,7 +11,7 @@ MODEL_NAME=${JAR_PATH}
PROFILE=dev
# JVM配置
-JVM_MEMORY=" -Xms256M -Xmx256M -XX:MaxDirectMemorySize=256M"
+JVM_MEMORY=" -Xms2048M -Xmx2048M -XX:MaxDirectMemorySize=2048M"
# 远程调试
JVM_DEBUG=""
# JVM_DEBUG=" -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=6011"
diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml
index 5f79047..fe857b4 100644
--- a/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml
+++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml
@@ -196,15 +196,23 @@