Create swap partition after OS installation
How to make swap partition after OS installation?
Expert
swap can be made in two ways after the installation,
1. fdisk command
2. create a swap file by using dd command
after creating swap file or file system
#mkswap /dev/sda10
#swapon /dev/sda10
#swapon -s #To see the swap devices
by using dd command
#dd if=/dev/zero of=/swap bs=1024 count=1
Which will creates the file size 1024(1GB).
#mkswap /swap
#swapon /swap
#swapon -s #to see the swap devices
Normal 0 false false
Property-Specific Heuristics: They are based on specific properties such as: Deadlock: Maximize number of blocked threads
Describe the Embedded Languages in Magic Comments?
Random Search: It non-deterministically selects a state on the frontier to explore, and can find results even when exhaustive search is not feasible. Its success in artificial intelligence makes it a good candidate search strategy for model checking,
Compare the fault handling mechanism in SOAP with that in SunRpc. In particular, state which you consider to be superior, and why.
18,76,764
1924045 Asked
3,689
Active Tutors
1419456
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!