/freebsd/sys/vm/ |
H A D | swap_pager.h | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|
H A D | vm_kern.c | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|
H A D | swap_pager.c | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|
H A D | vm_pageout.c | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|
H A D | vm_map.c | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|
H A D | vm_object.c | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|
/freebsd/sys/i386/i386/ |
H A D | machdep.c | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon diff 21cd6e623226c0359dcf33fa615b94dee1091b5d Wed Dec 13 11:01:00 CET 2000 Seigo Tanimura <tanimura@FreeBSD.org> - If swap metadata does not fit into the KVM, reduce the number of struct swblock entries by dividing the number of the entries by 2 until the swap metadata fits.
- Reject swapon(2) upon failure of swap_zone allocation.
This is just a temporary fix. Better solutions include: (suggested by: dillon)
o reserving swap in SWAP_META_PAGES chunks, and o swapping the swblock structures themselves.
Reviewed by: alfred, dillon
|