• To swap or not to swap, that is the question.

    From Alan K.@3:633/10 to All on Thursday, May 28, 2026 16:51:23
    Mint 23 is coming and I normally wipe and reload from scratch. It's served me well or
    that past 10 versions.

    So one thing I'm thinking of changing is my swap. I have 32G of memory and normally I've
    been using a 27G swap space. But I'm thinking of just not doing swap any more.

    Ideas?

    --
    Mint 22.3, Thunderbird 140.11.0esr, Firefox 151.0.1
    Alan K.


    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Gordon@3:633/10 to All on Thursday, May 28, 2026 22:43:08
    On 2026-05-28, Alan K. <alan@invalid.com> wrote:
    Mint 23 is coming and I normally wipe and reload from scratch. It's served me well or
    that past 10 versions.

    So one thing I'm thinking of changing is my swap. I have 32G of memory and normally I've
    been using a 27G swap space. But I'm thinking of just not doing swap any more.

    Ideas?

    You can look at this in many ways. The idea of having a swap is going out of favour.

    HD space is cheap (although not so much recently) so a few GB for a swap space is
    not going to be noticed.

    I have 16MB of RAM and while I do nothing heavy wise very often the swap is
    not used.

    I have a swap space because of history, not because it is needed. When the memory as 32 *MB* not 32 GB then a swap was needed.

    There is no harm in having swap space so the short answer is that do what
    every you wish, what feels right for you.

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Lawrence D?Oliveiro@3:633/10 to All on Thursday, May 28, 2026 22:58:27
    On Thu, 28 May 2026 16:51:23 -0400, Alan K. wrote:

    So one thing I'm thinking of changing is my swap. I have 32G of
    memory and normally I've been using a 27G swap space. But I'm
    thinking of just not doing swap any more.

    Ideas?

    If your system is under so much memory pressure that stuff is
    overflowing into swap, then you?re in trouble anyway.

    I think swap can also be used for certain kinds of temporary shared
    memory, for communication between processes.

    In short, I don?t think it matters much.

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From german usenet@3:633/10 to All on Friday, May 29, 2026 07:04:55
    Le 28/05/2026 … 22:51, Alan K. a ‚crit˙:
    Mint 23 is coming and I normally wipe and reload from scratch.˙ It's
    served me well or that past 10 versions.

    So one thing I'm thinking of changing is my swap.˙ I have 32G of memory
    and normally I've been using a 27G swap space.˙˙ But I'm thinking of
    just not doing swap any more.

    Ideas?


    what do u do with your tux ?

    what is your cpu , your ram, your vid‚o card !

    so, u you are afraid if your swap work ?

    --
    Amicalement,

    german

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Paul@3:633/10 to All on Friday, May 29, 2026 01:26:44
    On Thu, 5/28/2026 4:51 PM, Alan K. wrote:
    Mint 23 is coming and I normally wipe and reload from scratch.˙ It's served me well or that past 10 versions.

    So one thing I'm thinking of changing is my swap.˙ I have 32G of memory and normally I've been using a 27G swap space.˙˙ But I'm thinking of just not doing swap any more.

    Ideas?


    I leave the swap at the 1GB level.
    If the distro had any tendency for short swap usage
    transients, that helps avoid an OOM killer incident,
    which usually takes out the desktop, rather
    than just killing a greedy application.

    At one time, the people running distros, didn't know
    how to tune the virtual memory system. The OS may have
    been set to drop to as low as 50KB of remaining virtual
    memory in a free pool, before the garbage collector
    would go about collecting memory and refilling the pool.
    This could cause a "short transient" onto swap, where a
    small number of bytes might be required of swap, simply because
    a portion of the automation "was not ready in time".

    Later, I got the impression some setups changed to having
    the garbage collector triggered at about 50% free, rather
    than waiting until the free pool was dangerously low
    and "putting on a big show for the folks" of refilling it.

    This did not mean the system was even remotely close to being
    out of memory, just the accounting system was not tuned
    and one part of the system could have resources that another
    part could not use ("immediately").

    This would leave your swap choices at three possible levels,
    depending on your "belief" as to how your distro worked.

    [32GB physical RAM system]

    0 GB swap - if you believe the transient behavior is properly tuned on your distro
    - Watching "top" is how I used to check for the dangerous tuning option.
    - If swap stays at 0 out of 27GB for days on end, maybe turning it down is OK.

    1 GB swap - This amount is for transients, and it doesn't need all of that,
    but if we don't understand the pathology well enough, this might be safe

    33GB swap - Maybe we could record a kernel panic as a full dump, with this choice.
    Perhaps there is a command in a kernel debugger, to give a stack trace
    based on analysis of a full dump. I don't know if I've seen a kernel panic
    on a fully loaded system recently. I've probably seen a panic early in boot when
    something is fouled up enough to do it. Ah, maybe it was me, experimenting
    on a too-small system (not enough RAM to really be running it). My laptop
    for example, only has 3GB, which is not a good choice for an amount.
    Some of my older computers are less fortunate, at 2GB, 1.5GB, 704MB.
    Two of my computers died, taking out some other memory amounts for test
    purposes (P4C800 and a 2.8GHz dual core, the P5E with E8400 in it).

    Paul



    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From german usenet@3:633/10 to All on Friday, May 29, 2026 07:56:13
    Le 29/05/2026 … 07:26, Paul a ‚crit˙:
    I leave the swap at the 1GB level.
    If the distro had any tendency for short swap usage
    transients, that helps avoid an OOM killer incident,
    which usually takes out the desktop, rather
    than just killing a greedy application.

    At one time, the people running distros, didn't know
    how to tune the virtual memory system. The OS may have
    been set to drop to as low as 50KB of remaining virtual
    memory in a free pool, before the garbage collector
    would go about collecting memory and refilling the pool.
    This could cause a "short transient" onto swap, where a
    small number of bytes might be required of swap, simply because
    a portion of the automation "was not ready in time".

    Later, I got the impression some setups changed to having
    the garbage collector triggered at about 50% free, rather
    than waiting until the free pool was dangerously low
    and "putting on a big show for the folks" of refilling it.

    This did not mean the system was even remotely close to being
    out of memory, just the accounting system was not tuned
    and one part of the system could have resources that another
    part could not use ("immediately").

    This would leave your swap choices at three possible levels,
    depending on your "belief" as to how your distro worked.

    [32GB physical RAM system]

    0 GB swap - if you believe the transient behavior is properly tuned on your distro
    - Watching "top" is how I used to check for the dangerous tuning option.
    - If swap stays at 0 out of 27GB for days on end, maybe turning it down is OK.

    1 GB swap - This amount is for transients, and it doesn't need all of that,
    but if we don't understand the pathology well enough, this might be safe

    33GB swap - Maybe we could record a kernel panic as a full dump, with this choice.
    Perhaps there is a command in a kernel debugger, to give a stack trace
    based on analysis of a full dump. I don't know if I've seen a kernel panic
    on a fully loaded system recently. I've probably seen a panic early in boot when
    something is fouled up enough to do it. Ah, maybe it was me, experimenting
    on a too-small system (not enough RAM to really be running it). My laptop
    for example, only has 3GB, which is not a good choice for an amount.
    Some of my older computers are less fortunate, at 2GB, 1.5GB, 704MB.
    Two of my computers died, taking out some other memory amounts for test
    purposes (P4C800 and a 2.8GHz dual core, the P5E with E8400 in it).

    Paul

    how do you know the swap is working ?

    if a i have a config where the swap started at 30% free ram used...
    so we can to be sure the swap will start !

    it's truth if swap off or on !

    --
    Amicalement,

    german

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Lawrence D?Oliveiro@3:633/10 to All on Friday, May 29, 2026 07:50:43
    On Fri, 29 May 2026 01:26:44 -0400, Paul wrote:

    If the distro had any tendency for short swap usage transients, that
    helps avoid an OOM killer incident, which usually takes out the
    desktop, rather than just killing a greedy application.

    The usual ?never say no? behaviour of the Linux kernel when processes
    try to allocate memory is just the default, it is something you can
    turn off if you want.

    <https://manpages.debian.org/proc_sys_vm(5)> (see the /proc/sys/vm/overcommit_memory entry)

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan K.@3:633/10 to All on Friday, May 29, 2026 11:46:55
    On 5/29/26 1:26 AM, Paul wrote:
    On Thu, 5/28/2026 4:51 PM, Alan K. wrote:
    Mint 23 is coming and I normally wipe and reload from scratch.˙ It's served me well or that past 10 versions.

    So one thing I'm thinking of changing is my swap.˙ I have 32G of memory and normally I've been using a 27G swap space.˙˙ But I'm thinking of just not doing swap any more.

    Ideas?


    I leave the swap at the 1GB level.
    If the distro had any tendency for short swap usage
    transients, that helps avoid an OOM killer incident,
    which usually takes out the desktop, rather
    than just killing a greedy application.

    At one time, the people running distros, didn't know
    how to tune the virtual memory system. The OS may have
    been set to drop to as low as 50KB of remaining virtual
    memory in a free pool, before the garbage collector
    would go about collecting memory and refilling the pool.
    This could cause a "short transient" onto swap, where a
    small number of bytes might be required of swap, simply because
    a portion of the automation "was not ready in time".

    Later, I got the impression some setups changed to having
    the garbage collector triggered at about 50% free, rather
    than waiting until the free pool was dangerously low
    and "putting on a big show for the folks" of refilling it.

    This did not mean the system was even remotely close to being
    out of memory, just the accounting system was not tuned
    and one part of the system could have resources that another
    part could not use ("immediately").

    This would leave your swap choices at three possible levels,
    depending on your "belief" as to how your distro worked.

    [32GB physical RAM system]

    0 GB swap - if you believe the transient behavior is properly tuned on your distro
    - Watching "top" is how I used to check for the dangerous tuning option.
    - If swap stays at 0 out of 27GB for days on end, maybe turning it down is OK.

    1 GB swap - This amount is for transients, and it doesn't need all of that,
    but if we don't understand the pathology well enough, this might be safe

    33GB swap - Maybe we could record a kernel panic as a full dump, with this choice.
    Perhaps there is a command in a kernel debugger, to give a stack trace
    based on analysis of a full dump. I don't know if I've seen a kernel panic
    on a fully loaded system recently. I've probably seen a panic early in boot when
    something is fouled up enough to do it. Ah, maybe it was me, experimenting
    on a too-small system (not enough RAM to really be running it). My laptop
    for example, only has 3GB, which is not a good choice for an amount.
    Some of my older computers are less fortunate, at 2GB, 1.5GB, 704MB.
    Two of my computers died, taking out some other memory amounts for test
    purposes (P4C800 and a 2.8GHz dual core, the P5E with E8400 in it).

    Paul


    I'm leaning towards just dropping it from 28G down to 5G. That gives me 23 more gigs to
    put someplace else. Now I just have to see how I can shuffle things around without too
    much disruption.

    --
    Mint 22.3, Thunderbird 140.11.0esr, Firefox 151.0.1
    Alan K.

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Paul@3:633/10 to All on Friday, May 29, 2026 13:34:57
    On Fri, 5/29/2026 11:46 AM, Alan K. wrote:

    I'm leaning towards just dropping it from 28G down to 5G.˙
    That gives me 23 more gigs to put someplace else.˙˙ Now I
    just have to see how I can shuffle things around without too much disruption.

    gparted can do some partition management for you.

    There should not be much "structure" to a swap, as it likely
    has a sector set aside with some metadata in it, the rest
    of it should be more-or-less raw storage, as the activity
    there isn't a filesystem as such.

    For GParted to shrink it, would mean re-writing the metadata
    in the header (slightly), and changing the envelope-size of the partition. Something like that at a guess.

    The main thing is not changing the BLKID. In your /etc/fstab (text file)
    should be some details about your swap and how it mounts. You even get
    to discover at that point, whether it is a partition or a /swapfile .

    *******

    Since one common pagesize is 4KB, it makes sense from an alignment point
    of view, that the header would be 4KB, and then an integral number of
    4KB pages would remain. The header is relatively empty. Lots of zeros in
    there. And only 16 bytes of "numbers" of some sort.

    https://unix.stackexchange.com/questions/226196/how-does-mkswap-work-what-is-in-the-swap-header-it-creates

    00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| *
    00000400 01 00 00 00 09 00 00 00 00 00 00 00 22 e8 83 6e |............"..n| 00000410 88 06 4a 0b 83 bc 12 44 8e 3e a3 e0 00 00 00 00 |..J....D.>......| 00000420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| *
    00000ff0 00 00 00 00 00 00 53 57 41 50 53 50 41 43 45 32 |......SWAPSPACE2| 00001000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|

    The GPT partition table, has "two numbers" per partition entry
    in a 64KB or so table at beginning and end of disk. One is
    a partition type (which can be "fairly general" like something
    declared as a Linux Basic Data Partition relies on the filesystem
    header to identify exactly what is inside that envelope). On an MSDOS partitioned disk, there is a code point set aside for swap as a
    partition type (0x82) versus 0x83 for EXTn.

    https://en.wikipedia.org/wiki/Partition_type

    None of this is particularly important EXCEPT screwing up the swap so
    that it no longer aligns with what /etc/fstab says. If you do screw it
    up, your boot process can end up a bit slower as the OS goes through
    a "charade" of pretending to search for an available swap, checking
    under sofa cushions and so on. It will pretend it is scanning some
    BTRFS partition, it checks for RAID arrays and other silly stuff.
    And that takes extra time. And as a user, the first time I looked
    in "dmesg" and saw that bullshit, I was "quite curious as to what
    was going on in there" :-) And it took me a while to figure out
    "oh, shit, I broke my swap". I never associated all the strange activities
    as a "search for Waldo".

    Paul



    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Alan K.@3:633/10 to All on Friday, May 29, 2026 16:33:19
    On 5/29/26 1:34 PM, Paul wrote:
    On Fri, 5/29/2026 11:46 AM, Alan K. wrote:

    I'm leaning towards just dropping it from 28G down to 5G.
    That gives me 23 more gigs to put someplace else.˙˙ Now I
    just have to see how I can shuffle things around without too much disruption.

    gparted can do some partition management for you.

    There should not be much "structure" to a swap, as it likely
    has a sector set aside with some metadata in it, the rest
    of it should be more-or-less raw storage, as the activity
    there isn't a filesystem as such.

    For GParted to shrink it, would mean re-writing the metadata
    in the header (slightly), and changing the envelope-size of the partition. Something like that at a guess.

    The main thing is not changing the BLKID. In your /etc/fstab (text file) should be some details about your swap and how it mounts. You even get
    to discover at that point, whether it is a partition or a /swapfile .

    *******

    Since one common pagesize is 4KB, it makes sense from an alignment point
    of view, that the header would be 4KB, and then an integral number of
    4KB pages would remain. The header is relatively empty. Lots of zeros in there. And only 16 bytes of "numbers" of some sort.

    https://unix.stackexchange.com/questions/226196/how-does-mkswap-work-what-is-in-the-swap-header-it-creates

    00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    *
    00000400 01 00 00 00 09 00 00 00 00 00 00 00 22 e8 83 6e |............"..n|
    00000410 88 06 4a 0b 83 bc 12 44 8e 3e a3 e0 00 00 00 00 |..J....D.>......|
    00000420 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    *
    00000ff0 00 00 00 00 00 00 53 57 41 50 53 50 41 43 45 32 |......SWAPSPACE2|
    00001000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|

    The GPT partition table, has "two numbers" per partition entry
    in a 64KB or so table at beginning and end of disk. One is
    a partition type (which can be "fairly general" like something
    declared as a Linux Basic Data Partition relies on the filesystem
    header to identify exactly what is inside that envelope). On an MSDOS partitioned disk, there is a code point set aside for swap as a
    partition type (0x82) versus 0x83 for EXTn.

    https://en.wikipedia.org/wiki/Partition_type

    None of this is particularly important EXCEPT screwing up the swap so
    that it no longer aligns with what /etc/fstab says. If you do screw it
    up, your boot process can end up a bit slower as the OS goes through
    a "charade" of pretending to search for an available swap, checking
    under sofa cushions and so on. It will pretend it is scanning some
    BTRFS partition, it checks for RAID arrays and other silly stuff.
    And that takes extra time. And as a user, the first time I looked
    in "dmesg" and saw that bullshit, I was "quite curious as to what
    was going on in there" :-) And it took me a while to figure out
    "oh, shit, I broke my swap". I never associated all the strange activities
    as a "search for Waldo".

    Paul


    Well the good part is if I reload Mint 23 I'll make it larger and swap smaller and let the
    installer do what it wants, as I'll just point it to the free space and let is go. ?

    --
    Mint 22.3, Thunderbird 140.11.0esr, Firefox 151.0.1
    Alan K.

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From german newsgroups@3:633/10 to All on Saturday, May 30, 2026 07:47:23
    Le 29/05/2026 … 22:33, Alan K. a ‚crit˙:
    On 5/29/26 1:34 PM, Paul wrote:
    On Fri, 5/29/2026 11:46 AM, Alan K. wrote:

    I'm leaning towards just dropping it from 28G down to 5G.
    That gives me 23 more gigs to put someplace else.˙˙ Now I
    just have to see how I can shuffle things around without too much
    disruption.

    gparted can do some partition management for you.

    There should not be much "structure" to a swap, as it likely
    has a sector set aside with some metadata in it, the rest
    of it should be more-or-less raw storage, as the activity
    there isn't a filesystem as such.

    For GParted to shrink it, would mean re-writing the metadata
    in the header (slightly), and changing the envelope-size of the
    partition.
    Something like that at a guess.

    The main thing is not changing the BLKID. In your /etc/fstab (text file)
    should be some details about your swap and how it mounts. You even get
    to discover at that point, whether it is a partition or a /swapfile .

    *******

    Since one common pagesize is 4KB, it makes sense from an alignment point
    of view, that the header would be 4KB, and then an integral number of
    4KB pages would remain. The header is relatively empty. Lots of zeros in
    there. And only 16 bytes of "numbers" of some sort.

    https://unix.stackexchange.com/questions/226196/how-does-mkswap-work-
    what-is-in-the-swap-header-it-creates

    00000000˙ 00 00 00 00 00 00 00 00˙ 00 00 00 00 00 00 00 00
    |................|
    *
    00000400˙ 01 00 00 00 09 00 00 00˙ 00 00 00 00 22 e8 83 6e
    |............"..n|
    00000410˙ 88 06 4a 0b 83 bc 12 44˙ 8e 3e a3 e0 00 00 00 00
    |..J....D.>......|
    00000420˙ 00 00 00 00 00 00 00 00˙ 00 00 00 00 00 00 00 00
    |................|
    *
    00000ff0˙ 00 00 00 00 00 00 53 57˙ 41 50 53 50 41 43 45 32
    |......SWAPSPACE2|
    00001000˙ 00 00 00 00 00 00 00 00˙ 00 00 00 00 00 00 00 00
    |................|

    The GPT partition table, has "two numbers" per partition entry
    in a 64KB or so table at beginning and end of disk. One is
    a partition type (which can be "fairly general" like something
    declared as a Linux Basic Data Partition relies on the filesystem
    header to identify exactly what is inside that envelope). On an MSDOS
    partitioned disk, there is a code point set aside for swap as a
    partition type (0x82) versus 0x83 for EXTn.

    ˙˙˙ https://en.wikipedia.org/wiki/Partition_type

    None of this is particularly important EXCEPT screwing up the swap so
    that it no longer aligns with what /etc/fstab says. If you do screw it
    up, your boot process can end up a bit slower as the OS goes through
    a "charade" of pretending to search for an available swap, checking
    under sofa cushions and so on. It will pretend it is scanning some
    BTRFS partition, it checks for RAID arrays and other silly stuff.
    And that takes extra time. And as a user, the first time I looked
    in "dmesg" and saw that bullshit, I was "quite curious as to what
    was going on in there" :-) And it took me a while to figure out
    "oh, shit, I broke my swap". I never associated all the strange
    activities
    as a "search for Waldo".

    ˙˙˙ Paul


    Well the good part is if I reload Mint 23 I'll make it larger and swap smaller and let the installer do what it wants, as I'll just point it to
    the free space and let is go. ?



    so ! what we can to say...

    we need a swap or not ? if it's yes, when we need it ?

    may be, if the drive is a nvme...it's so cool ! may be a swap
    with a ssd sata is enought !!!

    so how to control the swap is working ?

    --
    Amicalement,

    Frenchy Friendly, & French touch !

    german

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From TheLastSysop@3:633/10 to All on Saturday, May 30, 2026 06:24:28
    On Sat, 30 May 2026 07:47:23 +0200, german newsgroups ><usualsuspectrider@gmail.com> wrote:
    Le 29/05/2026 … 22:33, Alan K. a ‚crit˙:

    so ! what we can to say...

    we need a swap or not ? if it's yes, when we need it ?

    may be, if the drive is a nvme...it's so cool ! may be a swap
    with a ssd sata is enought !!!

    so how to control the swap is working ?

    On 5/29/26 1:34 PM, Paul wrote:
    On Fri, 5/29/2026 11:46 AM, Alan K. wrote:

    I'm leaning towards just dropping it from 28G down to 5G.
    That gives me 23 more gigs to put someplace else.˙˙ Now I
    just have to see how I can shuffle things around without too much
    disruption.

    gparted can do some partition management for you.

    There should not be much "structure" to a swap, as it likely
    has a sector set aside with some metadata in it, the rest
    of it should be more-or-less raw storage, as the activity
    there isn't a filesystem as such.

    For GParted to shrink it, would mean re-writing the metadata
    in the header (slightly), and changing the envelope-size of the
    partition.
    Something like that at a guess.

    [...trimmed...]

    Short version: keep some swap. It is cheap insurance, even on a machine with plenty of RAM.

    You need swap mainly for three cases:

    * the system has a temporary memory spike and would otherwise kill a program with the OOM killer; * you want hibernation/suspend-to-disk, in which case swap must be large enough for the saved image and configured correctly; * the kernel wants to push out cold, rarely-used pages so RAM can be used for cache.

    For an ordinary desktop that does not hibernate, 2-8 GB is often enough. If you do hibernate, size it for that use, not just for "emergency" swap. NVMe versus SATA SSD mostly changes speed, not the basic rule. Swap on an SSD is fine; if the machine is swapping hard all day, the real fix is more RAM or fewer hungry programs.

    To see whether swap exists and is active:

    swapon --show free -h

    To watch it while the system is under load:

    vmstat 1

    In vmstat, the interesting columns are si and so: swap-in and swap-out. A little swap used is not a problem. Constant si/so activity means the box is short on memory and will feel slow.

    Also check /etc/fstab before changing a swap partition, so the UUID there still matches whatever swap device or swapfile you end up using.

    --
    TheLastSysop <thelastsysop@dev.null>
    "I survived the great rm -rf / rehearsal and all I got was this .signature."

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)