Skip to content

Add swap to enter point to dolphinscheduler AMI #7

@zhongjiajie

Description

@zhongjiajie

currently, our add SWAP seem not work

# Add swap mount point, default memory is 4G
sudo dd if=/dev/zero of=/swapfile bs=128M count=32
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sed -i -e '$a/swapfile swap swap defaults 0 0' /etc/fstab
we should find some way to make it work

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions