• Run this and let us know the values for size.

    use [tempdb]

    go

    select * from sys.database_files

    select * from sys.master_files where database_id = 2

    go